projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac0cb1
)
(arc-mode): Provide arc-mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Oct 1998 15:07:35 +0000
(15:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Oct 1998 15:07:35 +0000
(15:07 +0000)
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index 78c763e5e9ef7935d435b3ce265279f884b4c462..0085c13e47e6fa0154799319e8e5a875a30d608f 100644
(file)
--- a/
lisp/arc-mode.el
+++ b/
lisp/arc-mode.el
@@
-1722,6
+1722,10
@@
This doesn't recover lost files, it just undoes changes in the buffer itself."
(defun archive-zoo-extract (archive name)
(archive-extract-by-stdout archive name archive-zoo-extract))
;; -------------------------------------------------------------------------
+;; This line was a mistake; it is kept now for compatibility.
+;; rms 15 Oct 98
(provide 'archive-mode)
+(provide 'arc-mode)
+
;; arc-mode.el ends here.